From 113d454dc7434ec430ab389b15d3cb8f62b293da Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 21 Feb 2009 13:38:16 +0000 Subject: [PATCH] * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and Qfont_object. (Ftype_of): Recognize font objects. * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions moved to data.c. --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index e3099ce3add..b96374be64c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2009-02-21 Chong Yidong + + * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and + Qfont_object. + (Ftype_of): Recognize font objects. + + * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. + + * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions + moved to data.c. + 2009-02-20 Adrian Robert * nsterm.m (x_make_frame_invisible): Unset async_visible, -- 2.30.2